Adwaita: Update entry progress rendering
authorMatthias Clasen <mclasen@redhat.com>
Fri, 23 Oct 2015 20:13:43 +0000 (16:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 23 Oct 2015 20:13:43 +0000 (16:13 -0400)
Adapt Adwaita to the changes in the previous commit.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index edf8f70660f7ef727f38d4fee934a20dbd8151c3..d0fada6573eb0e6711fbd74082e077caf8c136dc 100644 (file)
@@ -249,7 +249,7 @@ entry {
     @extend %selected_items;
   }
 
-  &.progressbar {
+  & progressbar {
     margin: 1px;
     border-radius: 0;
     border-width: 0 0 2px;
index 533eb9b8c01f8701f1599d98a34de96a3e2b91fb..c468e7b28bf058f22a99e2958786fefb9a40e8d9 100644 (file)
@@ -201,7 +201,7 @@ entry {
     border-color: #1f2222;
     background-image: linear-gradient(to bottom, #333636);
     box-shadow: 0 1px rgba(238, 238, 236, 0); }
-  entry.progressbar {
+  entry progressbar {
     margin: 1px;
     border-radius: 0;
     border-width: 0 0 2px;
@@ -210,7 +210,7 @@ entry {
     background-image: none;
     background-color: transparent;
     box-shadow: none; }
-    entry.progressbar:backdrop {
+    entry progressbar:backdrop {
       background-color: transparent; }
   .linked:not(.vertical) > entry:focus + entry, .linked:not(.vertical) > entry:focus + .button, .linked:not(.vertical) > entry:focus + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical) > entry:focus + GtkComboBoxText > .the-button-in-the-combobox {
     border-left-color: #0f2b48; }
index 0a67641e15c7a9898280cae0bb998e7f37f65023..5d3e52617c4223833435048dbf2735d19b8a675a 100644 (file)
@@ -201,7 +201,7 @@ entry {
     border-color: darkgray;
     background-image: linear-gradient(to bottom, #f4f4f4);
     box-shadow: 0 1px rgba(255, 255, 255, 0); }
-  entry.progressbar {
+  entry progressbar {
     margin: 1px;
     border-radius: 0;
     border-width: 0 0 2px;
@@ -210,7 +210,7 @@ entry {
     background-image: none;
     background-color: transparent;
     box-shadow: none; }
-    entry.progressbar:backdrop {
+    entry progressbar:backdrop {
       background-color: transparent; }
   .linked:not(.vertical) > entry:focus + entry, .linked:not(.vertical) > entry:focus + .button, .linked:not(.vertical) > entry:focus + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical) > entry:focus + GtkComboBoxText > .the-button-in-the-combobox {
     border-left-color: #4a90d9; }